iterative$41191$ - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

iterative$41191$ - traduzione in spagnolo

TYPES OF METHODOLOGY TO DEVELOP A SYSTEM THROUGH REPEATED CYCLES (ITERATIVE) AND IN SMALLER PORTIONS AT A TIME (INCREMENTAL), ALLOWING DEVELOPERS TO TAKE ADVANTAGE OF WHAT WAS LEARNED DURING DEVELOPMENT OF EARLIER PARTS OR VERSIONS OF THE SYSTEM
Iterative development; Incremental Development; Interactive and Incremental development; Incremental and iterative development; Incremental and iterative developments; Iterative and Incremental development; Evolutionary approach; Iterative model; Iterative and Incremental Development; Incremental development; Iterative & incremental development; Iterative Development
  • A simplified version of a typical iteration cycle in agile project management
  • Iterative development model

iterative      
adj. iterativo, frecuentativo
frequently         
ASPECT THAT INDICATES REPEATED ACTION OVER MULTIPLE OCCASIONS OR PLACES; E.G. FINNISH: ⟨SADELLA⟩ “TO RAIN OCCASIONALLY” (VS. ⟨SATAA⟩ “TO RAIN”); HUNGARIAN: ⟨FIZETGET⟩ “TO PAY FOR A LONGER PERIOD WITH PROBABLY LESS INTENSITY” (VS
Past iterative; Past frequentative tense; Frequently; Past iterative tense; Frequentive; -le; Frequentative aspect
a menudo
frequently         
ASPECT THAT INDICATES REPEATED ACTION OVER MULTIPLE OCCASIONS OR PLACES; E.G. FINNISH: ⟨SADELLA⟩ “TO RAIN OCCASIONALLY” (VS. ⟨SATAA⟩ “TO RAIN”); HUNGARIAN: ⟨FIZETGET⟩ “TO PAY FOR A LONGER PERIOD WITH PROBABLY LESS INTENSITY” (VS
Past iterative; Past frequentative tense; Frequently; Past iterative tense; Frequentive; -le; Frequentative aspect
frecuentemente
a menudo

Definizione

iterative deepening
<algorithm> A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles. When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found. (2004-01-26)

Wikipedia

Iterative and incremental development

Iterative and incremental development is any combination of both iterative design or iterative method and incremental build model for development.

Usage of the term began in software development, with a long-standing combination of the two terms iterative and incremental having been widely suggested for large development efforts. For example, the 1985 DOD-STD-2167 mentions (in section 4.1.2): "During software development, more than one iteration of the software development cycle may be in progress at the same time." and "This process may be described as an 'evolutionary acquisition' or 'incremental build' approach." In software, the relationship between iterations and increments is determined by the overall software development process.